!!!!!!!!!!! Sorry, no help on this subject !!!!!!!!!!!!!

You can get general help on the following subjects:
- Syntax definitions
- Expressions
- Identifiers
- Operators (mathematical, logical, string)
- Comparison rules

Below you find a general description of the syntax definitions found in all the
help files:


Syntax definitions

SuperBSAIC syntax is defined using a non-rigorous 'meta language' type notation.
Four type of constructions are used:
  |   |             select one of
  [   ]             enclosed item(s) are optional
  {   }             enclosed items are repeated (formal definition) or comment
  ..                range

e.g.   | A | B |    A or B
       [ A ]        A is optional
       { A }        A can be repeated
       A .. Z       A, B, C etc.
       {this is a comment}
